getWindowSystemUiVisibility

open fun getWindowSystemUiVisibility(@NonNull view: @NonNull View): Int(source)

Deprecated

SystemUiVisibility flags are deprecated. Use WindowInsetsController instead.

Returns the current system UI visibility that is currently set for the entire window.

Parameters

view

view for which to get the visibility.